Package org.jboss.byteman.contrib.bmunit

Class Summary
BMNGRunner Class which provides the ability to run laod Byteman rules into TestNG style tests.
BMRunnerUtil Class bundling sone utility ethods used by both JUnit and TestNG runner classes
BMTestCase A subclass of the JUnit test case class which looks for a byteman rule file with the same name as the test case and loads it during setup then removes it during teardown
BMUnit Byteman Unit test manager class which provides support for loading and unloading scripts.
BMUnitRunner Specialisation of the BlockJUnit4ClassRunner Runner class which can be attached to a text class using the @RunWith annotation.
 

Annotation Types Summary
BMRule Annotation to attach a Byteman rule to a class or method
BMRules Annotation to attach multiple Byteman rules to a class or method
BMScript Annotation attached to a test class or a test method identifying a Byteman rule file to be loaded before running tests and unloaded after running tests.
BMScripts Annotation attached to a test class or a test method identifying one or more Byteman rule files to be loaded before running tests and unloaded after running tests.
 



Copyright © 2011. All Rights Reserved.